projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9be9bd
)
(find_automatic_composition): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Fri, 12 Sep 2008 05:42:28 +0000
(
05:42
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 12 Sep 2008 05:42:28 +0000
(
05:42
+0000)
src/composite.c
patch
|
blob
|
history
diff --git
a/src/composite.c
b/src/composite.c
index 5c8a91115590e5111fe162b4af84662000747614..97524297988c4f0d7132ae9eba9c8dd54f7e21f6 100644
(file)
--- a/
src/composite.c
+++ b/
src/composite.c
@@
-1260,7
+1260,7
@@
find_automatic_composition (pos, limit, start, end, gstring, string)
Lisp_Object window;
struct window *w;
- window = Fget_buffer_
create
(Fcurrent_buffer (), Qnil);
+ window = Fget_buffer_
window
(Fcurrent_buffer (), Qnil);
if (NILP (window))
return 0;
w = XWINDOW (window);